home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
language
/
pixie.cpt
/
Pixie Scheme ƒ
/
Pixie Scheme Help
/
card_39655.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Windows-1252 (detected)
Wrap
Text File
|
1991-01-07
|
558 b
|
23 lines
-- card: 39655 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 2692
-- name:
-- part contents for background part 10
----- text -----
To continue the example, let's create a local environment in which "my-variable" has as value the symbol "local-value", and call "foo" in that environment. We might evaluate
(let ((my-variable 'local-value))
(foo))
What gets printed is:
Expanding foo ΓÇö my-variable is global-value
(my-variable is local-value)
-- part contents for background part 47
----- text -----
171